home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 34 / Amiga Format CD34 (1998-11-20)(Future Publishing)(GB)[!][Christmas issue].iso / -seriously_amiga- / programming / c / mesa-2.6 / include / pragmas / outputhandler_pragmas.h < prev   
C/C++ Source or Header  |  1998-10-01  |  2KB  |  50 lines

  1. /*
  2.  * AmigaMesaRTL graphics library
  3.  * Version:  2.0
  4.  * Copyright (C) 1998  Jarno van der Linden
  5.  *
  6.  * This library is free software; you can redistribute it and/or
  7.  * modify it under the terms of the GNU Library General Public
  8.  * License as published by the Free Software Foundation; either
  9.  * version 2 of the License, or (at your option) any later version.
  10.  *
  11.  * This library is distributed in the hope that it will be useful,
  12.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  13.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  14.  * Library General Public License for more details.
  15.  *
  16.  * You should have received a copy of the GNU Library General Public
  17.  * License along with this library; if not, write to the Free
  18.  * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  19.  */
  20.  
  21.  
  22. /*
  23.  * outputhandler_pragmas.h
  24.  *
  25.  * Version 1.0  01 Aug 1998
  26.  * by Jarno van der Linden
  27.  * jarno@kcbbs.gen.nz
  28.  *
  29.  * Version 2.0  05 Sep 1998
  30.  * by Jarno van der Linden
  31.  * jarno@kcbbs.gen.nz
  32.  *
  33.  * - SetIndexRGBTable added
  34.  * - Setting and getting of attributes added
  35.  * - Change in Init interface
  36.  * - Renamed to outputhandler_pragmas.h
  37.  *
  38.  */
  39.  
  40. /* The output handler interface*/
  41. #pragma libcall outputhandlerBase InitOutputHandlerA 1e 9802
  42. #pragma tagcall outputhandlerBase InitOutputHandler 1e 9802
  43. #pragma libcall outputhandlerBase DeleteOutputHandler 24 0
  44. #pragma libcall outputhandlerBase ResizeOutputHandler 2a 0
  45. #pragma libcall outputhandlerBase ProcessOutput 30 0
  46. #pragma libcall outputhandlerBase SetIndexRGBTable 36 18003
  47. #pragma libcall outputhandlerBase SetOutputHandlerAttrsA 3c 801
  48. #pragma tagcall outputhandlerBase SetOutputHandlerAttrs 3c 801
  49. #pragma libcall outputhandlerBase GetOutputHandlerAttr 42 8002
  50.